| lcBlockAddFillet | Home |
|
HANDLE lcBlockAddFillet ( HANDLE hBlock, HANDLE hEnt1, HANDLE hEnt2, double Radius ); |
| hBlock | |
| Handle to a block. | |
| hEnt1 hEnt2 | |
| Handles to entities which define the fillet arc. | |
| Radius | |
| Radius of the fillet arc. | |
| Handle to created Arc object or NULL if the function fails. |
| Code sample, lcBlockAddArc |